[INFO] cloning repository https://github.com/tayu0110/exml
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tayu0110/exml" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftayu0110%2Fexml", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftayu0110%2Fexml'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea3512d56e67fd8715a62614d7839fb7bc2673d0
[INFO] fixing tayu0110/exml against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftayu0110%2Fexml" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/tayu0110/exml
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/tayu0110/exml
[INFO] tweaked toml for git repo https://github.com/tayu0110/exml written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tayu0110/exml on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tayu0110/exml already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c4d434592772e896ea51a10e0bf810031922cd02a8fb2747704cff72226307cf
[INFO] running `Command { std: "docker" "start" "c4d434592772e896ea51a10e0bf810031922cd02a8fb2747704cff72226307cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4d434592772e896ea51a10e0bf810031922cd02a8fb2747704cff72226307cf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4d434592772e896ea51a10e0bf810031922cd02a8fb2747704cff72226307cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4d434592772e896ea51a10e0bf810031922cd02a8fb2747704cff72226307cf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]     Checking getrandom v0.3.2
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking clap_builder v4.5.40
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking const_format v0.2.34
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]     Checking exml v0.7.3-deprecated (/opt/rustwide/workdir)
[INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough
[INFO] [stdout]    --> src/tree/generic.rs:513:32
[INFO] [stdout]     |
[INFO] [stdout] 513 |         let res = NonNull::new(ptr as *mut dyn NodeCommon).map(Self)?;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the parameter type `T` must be valid for the static lifetime...
[INFO] [stdout]     |                                ...so that the type `T` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 512 |     pub fn from_raw<T: NodeCommon + 'static>(ptr: *mut T) -> Option<Self> {
[INFO] [stdout]     |                                   +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `attr_ns` is never read
[INFO] [stdout]     --> src/tree/node.rs:1343:37
[INFO] [stdout]      |
[INFO] [stdout] 1343 |                         if let Some(mut attr_ns) = now.ns {
[INFO] [stdout]      |                                     ^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 1348 |                                     attr_ns = new_ns[i];
[INFO] [stdout]      |                                     ------------------- `attr_ns` is overwritten here before the previous value is read
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> src/lib.rs:8:9
[INFO] [stdout]      |
[INFO] [stdout]    8 | #![warn(unused_assignments)]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough
[INFO] [stdout]    --> src/tree/generic.rs:513:32
[INFO] [stdout]     |
[INFO] [stdout] 513 |         let res = NonNull::new(ptr as *mut dyn NodeCommon).map(Self)?;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the parameter type `T` must be valid for the static lifetime...
[INFO] [stdout]     |                                ...so that the type `T` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 512 |     pub fn from_raw<T: NodeCommon + 'static>(ptr: *mut T) -> Option<Self> {
[INFO] [stdout]     |                                   +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `attr_ns` is never read
[INFO] [stdout]     --> src/tree/node.rs:1343:37
[INFO] [stdout]      |
[INFO] [stdout] 1343 |                         if let Some(mut attr_ns) = now.ns {
[INFO] [stdout]      |                                     ^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 1348 |                                     attr_ns = new_ns[i];
[INFO] [stdout]      |                                     ------------------- `attr_ns` is overwritten here before the previous value is read
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> src/lib.rs:8:9
[INFO] [stdout]      |
[INFO] [stdout]    8 | #![warn(unused_assignments)]
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `escape` is never read
[INFO] [stdout]     --> src/xpath/functions.rs:1158:5
[INFO] [stdout]      |
[INFO] [stdout] 1158 |     escape[3] = 0;
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `escape` is never read
[INFO] [stdout]     --> src/xpath/functions.rs:1158:5
[INFO] [stdout]      |
[INFO] [stdout] 1158 |     escape[3] = 0;
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `exml` (lib) due to 1 previous error; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `exml` (lib test) due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c4d434592772e896ea51a10e0bf810031922cd02a8fb2747704cff72226307cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4d434592772e896ea51a10e0bf810031922cd02a8fb2747704cff72226307cf", kill_on_drop: false }`
[INFO] [stdout] c4d434592772e896ea51a10e0bf810031922cd02a8fb2747704cff72226307cf
